home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / RELIGION / BSRCH2.LZH / BSEARCH.DEF next >
Text File  |  1988-07-23  |  1KB  |  45 lines

  1. ;-----------------------------------------------------------------------;
  2. ;                                    ;
  3. ;    LOGIMENU File definition for BSEARCH                 ;
  4.                                                ;
  5. ;-----------------------------------------------------------------------;
  6. BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM,33,12
  7.  
  8. chords RightB,RightB,RightB,RightB
  9.  
  10. LeftB: match 25,1,,"Alt-",Left1,rtn
  11. Left1: match 1,60,,"SEARCH Options",rtn,space
  12. MidB:  match 25,1,,"More?",Rtn,Escape
  13. RightB: match 25,1,,"Alt-",TagMenu,Rtn
  14.  
  15. LeftM:    TYPE 0, 75    ; 0, 75 is Left Arrow Key
  16. RightM:    TYPE 0, 77    ; 0, 77 is Right Arrow Key
  17. Upm:    match 18,30,,"Enter",nul,MoveUp
  18. MoveUp:   TYPE 0, 72    ; 0, 72 is Up Arrow Key
  19. DownM:  match 18,30,,"Enter",nul,MoveDown
  20. MoveDown: TYPE 0, 80    ; 0, 80 is Down Arrow Key
  21.  
  22. nul:      nothing
  23. TagMenu: menu   "BSEARCH commands ",10,10,32
  24.          option "Quit tagging      ",Escape
  25.          option "Tag ALL books     ",TagAll
  26.          option "Tag OLD TESTAMENT ",TagOld
  27.          option "Tag NEW TESTAMENT ",TagNew
  28.          option "Tag GOSPELS       ",TagGospels
  29.          option "Tag EPISTLES      ",TagEpistles
  30.          option "Clear all tags    ",ClearAll
  31.          option "Search options    ",BOpt
  32.          option "Cancel menu       ",Cancel
  33.          mend
  34.  
  35. TagAll: type 1
  36. TagOld: type 15
  37. TagNew: type 14
  38. TagGospels: type 7
  39. TagEpistles: type 5
  40. Escape: type 27
  41. cancel: nothing
  42. clearall: type 3
  43. bopt: type 0,24
  44. rtn: type ENTER
  45. space:  type " "